html {
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  background-color: #A63D29;
  font-family: "Microsoft YaHei";
}

#gif {
  position: relative;
}

#top-logo {
  position: absolute;
  top: 39.5%;
  right:3%;
  width: 160px
}

#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.3rem;
  background-image: url("");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 999;
}


.container {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  z-index: 0;
}


.container .downBtn {
  position: absolute;
  top: 38%;
  left: 5%;
  right: 5%;
  height: 2rem;
}

.bannerBox {
  position: absolute;
  left: 4%;
  right: 3%;
  top: 42.5%;
  height: 4.8rem;
  /* border-radius: 20px; */
  overflow: hidden;
}

.banner {
  margin: 0 auto;
  width: 90%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide>img {
  width: 100%;
  height: 100%;
  /* border-radius: 20px; */
}

.container .footer {
  position: absolute;
  bottom: 0.51rem;
  right: 0;
  width: 100%;
  color: #ffffff;
}

.footer p {
  padding: 0;
  margin: 0;
  color: #b9b9b9;
}

/* sc-component-id: sc-hzDEsm */
.jwGuRD {
  word-break: break-word;
  -webkit-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  font-size: 20px;
  font-family: Roboto;
  text-align: center;
  line-height: 24px;
  background-color: #A63D29;
  color: #fff;
  line-height: 1.5;
  padding: 20px 15px 25px;
}

.window {
  position: fixed;
  top: 20%;
  width: 600px;
  margin: 60px;
  height: 500px;
  background-color: #a43737;
  border-radius: 20px;
  z-index: 1200;
  color: #fff;
  border-width: 4px;
  border-style: solid;
}

.window form {
  padding: 18px
}


.tip {
  font-size: 30px;
  font-weight: bolder;
  padding-top: 20px;
  text-align: center;
}

.window span {
  font-size: 30px;
  font-weight: bolder;
  text-align: center
}

.window input {
  width: 400px;
  height: 60px;
  border-radius: 5px;
}

.window button {
  width: 246px;
  /*164px;*/
  height: 102px;
  border: none;
  top: 350px;
  background-size: cover;
}

.window button span {
  font-size: 30px;
  line-height: 10px;
  text-align: center;
  color: #fff;
}

.claimBtn {
  position: absolute;
  left: 40px;
  /* width: 500px; */
  background: url("../images/btn1.png") no-repeat;
}

.downloadBtn {
  position: absolute;
  right: 40px;
  background: url("../images/btn2.png") no-repeat;
}

.div1 {
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .jwGuRD {
    font-size: 16px;
  }

  .window {
    top: 30%;
    height: 350px;
    width: 420px;
    margin: 30px;
  }

  .tip {
    font-size: 20px;
  }

  .window span {
    font-size: 20px;
  }

  .window input {
    width: 280px;
    height: 40px;
  }

  .window button {
    top: 250px;
    width: 164px;
    height: 68px;
  }

  .window button span {
    font-size: 20px;
  }

  .claimBtn {
    left: 20px;
  }

  .downloadBtn {
    right: 20px;
  }

  #top-logo {
    position: absolute;
    top: 40%;
    right: 4%;
    width: 120px;
  }
}